@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*===============================
 一覧ページ
=============================== */
.conditions-table tr th {
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .conditions-table tr th {
      font-size: 14px;
      padding: 0 0 5px; } }
  .conditions-table tr th .icon::before {
    font-size: 30px;
    color: #00b580;
    margin: 4px 4px 0 0; }
.conditions-table tr td {
  padding: 12px 0; }
  @media screen and (max-width: 768px) {
    .conditions-table tr td {
      font-size: 14px;
      padding: 0 0 5px; } }

.freeword-submit-wrap {
  position: relative;
  width: 540px; }

.freeword-submit {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #70d3b9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .freeword-submit::before {
    content: "\E00E";
    font-family: "iconfont";
    font-size: 30px;
    color: #fff; }

.search-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 20px; }
  .search-btn-box .btn-deco02 {
    margin-top: 0;
    margin-right: 15px; }
    .search-btn-box .btn-deco02 > * {
      width: 170px;
      height: 35px;
      line-height: initial;
      font-size: 14px;
      font-family: inherit;
      display: flex;
      align-items: center;
      justify-content: center; }
      .search-btn-box .btn-deco02 > *::before {
        font-size: 26px;
        margin-right: 0;
        margin-top: 0; }
  @media screen and (max-width: 768px) {
    .search-btn-box {
      flex-direction: column;
      margin-bottom: 0; }
      .search-btn-box .btn-deco02 {
        order: 1;
        margin-right: 0;
        padding-top: 0; }
      .search-btn-box .return-submit {
        order: 2;
        margin-top: 15px; } }

.no-books-title {
  padding-top: 100px;
  text-align: center;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .no-books-title {
      font-size: 14px;
      padding-top: 70px; } }

/*===============================
 詳細ページ
=============================== */
.category-contents {
  padding: 30px 0 50px; }
  .category-contents .section-inner {
    margin-top: 30px;
    display: flex; }
  .category-contents .img-block {
    width: 226px;
    flex-shrink: 0; }
    .category-contents .img-block .slide .slider-main {
      height: 305px;
      position: relative;
      cursor: zoom-in; }
      .category-contents .img-block .slide .slider-main img {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        border: #ddd 1px solid;
        box-sizing: border-box; }
    .category-contents .img-block .slide .slider-sub {
      margin-top: 10px; }
      .category-contents .img-block .slide .slider-sub .item {
        max-width: 42px;
        height: 56px;
        position: relative; }
        .category-contents .img-block .slide .slider-sub .item + .item {
          margin-left: 20px; }
        .category-contents .img-block .slide .slider-sub .item img {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute; }
    .category-contents .img-block .spec {
      display: flex;
      flex-wrap: wrap;
      margin-top: 15px; }
      .category-contents .img-block .spec .title {
        width: 70px;
        position: relative;
        box-sizing: border-box;
        font-weight: bold;
        margin-bottom: 5px; }
        .category-contents .img-block .spec .title:after {
          content: ":";
          position: absolute;
          right: 0;
          top: auto; }
      .category-contents .img-block .spec .text {
        width: calc(100% - 70px);
        box-sizing: border-box;
        padding-left: 25px;
        margin-bottom: 5px; }
  .category-contents .text-block {
    margin-left: 50px;
    width: 100%; }
    .category-contents .text-block .tag-list {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .category-contents .text-block .tag-list:before {
        font-size: 30px;
        margin-right: 10px;
        color: #00b580; }
      .category-contents .text-block .tag-list .item + .item {
        margin-left: 20px; }
      .category-contents .text-block .tag-list a {
        position: relative;
        padding-bottom: 5px;
        text-decoration: underline; }
        .category-contents .text-block .tag-list a:hover {
          text-decoration: none; }
    .category-contents .text-block .tag-box {
      display: flex;
      flex-wrap: wrap; }
      .category-contents .text-block .tag-box .parent {
        margin-right: 7px; }
      .category-contents .text-block .tag-box .child {
        margin: 0 5px;
        text-decoration: underline; }
        .category-contents .text-block .tag-box .child:hover {
          text-decoration: none; }
    .category-contents .text-block .title-box {
      border-top: 2px solid #999;
      border-bottom: 2px solid #999;
      margin-top: 10px;
      padding: 2px 0; }
      .category-contents .text-block .title-box:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #999;
        display: block; }
      .category-contents .text-block .title-box:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #999;
        display: block; }
      .category-contents .text-block .title-box .title {
        font-size: 24px;
        font-weight: bold;
        margin: 14px 0;
        line-height: 1.3; }
      .category-contents .text-block .title-box .sub-title-1,
      .category-contents .text-block .title-box .sub-title-2 {
        font-size: 12px;
        color: #888; }
      .category-contents .text-block .title-box .sub-title-1 {
        margin: 14px 0 -10px; }
      .category-contents .text-block .title-box .sub-title-2 {
        margin: -10px 0 14px; }
    .category-contents .text-block .detail {
      margin-top: 20px;
      margin-bottom: 50px; }
      .category-contents .text-block .detail iframe {
        display: block;
        margin: 15px auto; }
      .category-contents .text-block .detail em {
        display: block;
        font-weight: bold;
        font-size: 1.2em;
        margin-top: 10px; }
      .category-contents .text-block .detail .title {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-left: 18px; }
        .category-contents .text-block .detail .title::before {
          content: "";
          width: 10px;
          height: 10px;
          background-color: #00b580;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
      .category-contents .text-block .detail .author {
        margin-bottom: 15px; }
        .category-contents .text-block .detail .author a {
          text-decoration: underline; }
          .category-contents .text-block .detail .author a:hover {
            text-decoration: none; }
        .category-contents .text-block .detail .author .item + .item .title::before {
          content: none; }
      .category-contents .text-block .detail .introduction .title {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
        padding-bottom: 5px;
        margin-bottom: 10px; }
      .category-contents .text-block .detail .introduction a {
        color: #009b74;
        text-decoration: underline; }
        .category-contents .text-block .detail .introduction a:hover {
          text-decoration: none; }
      .category-contents .text-block .detail .copyright {
        text-align: right;
        margin-top: 10px;
        color: #aaa; }
      .category-contents .text-block .detail .bnr-link {
        display: block;
        width: 317px;
        height: 140px;
        margin: 50px auto -30px; }
    .category-contents .text-block .movies {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .category-contents .text-block .movies iframe {
        height: 195px;
        display: block;
        margin-bottom: 20px;
        width: 302px; }
        @media screen and (max-width: 768px) {
          .category-contents .text-block .movies iframe {
            width: 100%;
            max-width: 400px; } }
  .category-contents .sns-icon {
    display: flex;
    width: 160px;
    margin: 25px auto 0; }
    .category-contents .sns-icon .item {
      flex: 1; }
      .category-contents .sns-icon .item a {
        transition: .3s;
        display: block; }
        .category-contents .sns-icon .item a:hover {
          opacity: .6; }
      .category-contents .sns-icon .item + .item {
        margin-left: 20px; }
  .category-contents .modal-block {
    opacity: 0;
    transition: .3s;
    max-width: 1000px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 820px;
    background-size: 100% 23px;
    background: url("../img/book/head-point.png") no-repeat center 10px;
    border-radius: 4px;
    padding-top: 80px;
    box-sizing: border-box;
    position: fixed; }
    .category-contents .modal-block:after, .category-contents .modal-block:before {
      content: "";
      width: 50%;
      height: 100%;
      background: #222;
      position: absolute;
      bottom: 0;
      transform: rotateY(0deg);
      z-index: 10; }
    .category-contents .modal-block:after {
      left: 0; }
    .category-contents .modal-block:before {
      right: 0; }
    .category-contents .modal-block.active {
      opacity: 1;
      z-index: 99999;
      background-color: #f9f5ee; }
      .category-contents .modal-block.active:after, .category-contents .modal-block.active:before {
        width: 0;
        transition: ease-out .6s;
        transition-delay: .3s; }
    .category-contents .modal-block .modal-inner {
      width: 100%;
      height: 100%; }
      .category-contents .modal-block .modal-inner .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px; }
      .category-contents .modal-block .modal-inner .buy-btn {
        width: 655px;
        margin: 10px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .category-contents .modal-block .modal-inner .buy-btn .item {
          width: calc(50% - 30px);
          margin-top: 25px; }
          .category-contents .modal-block .modal-inner .buy-btn .item a {
            display: flex;
            height: 98px;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 100%;
            background-color: #fff;
            border: 1px solid #ccc;
            transition: .3s; }
            .category-contents .modal-block .modal-inner .buy-btn .item a:hover {
              opacity: .6; }
          .category-contents .modal-block .modal-inner .buy-btn .item span {
            display: block;
            text-align: center;
            margin-top: 5px; }
      .category-contents .modal-block .modal-inner .close-btn {
        width: 48px;
        height: 48px;
        background-color: #999;
        border-radius: 50%;
        cursor: pointer;
        top: 50px;
        right: 30px;
        position: absolute; }
        .category-contents .modal-block .modal-inner .close-btn:after, .category-contents .modal-block .modal-inner .close-btn:before {
          content: "";
          width: 26px;
          height: 2px;
          background-color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -13px; }
        .category-contents .modal-block .modal-inner .close-btn:after {
          transform: rotate(45deg); }
        .category-contents .modal-block .modal-inner .close-btn:before {
          transform: rotate(-45deg); }
  .category-contents .modal-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    opacity: 0;
    z-index: -1;
    transition: .3s; }
    .category-contents .modal-bg.active {
      opacity: 1;
      z-index: 9999; }

.book-block.detail {
  padding-bottom: 120px; }
  .book-block.detail .book-list {
    padding: 0 20px; }
    .book-block.detail .book-list .item {
      margin: 15px; }
    .book-block.detail .book-list .slick-arrow {
      position: absolute;
      top: 50%;
      margin-top: -16px; }
      .book-block.detail .book-list .slick-arrow:after {
        width: 32px;
        height: 32px;
        border-width: 3px; }

@media screen and (max-width: 768px) {
  .category-contents {
    padding: 30px 10px 50px; }
    .category-contents .section-inner {
      padding: 20px 10px;
      display: block; }
    .category-contents .img-block {
      width: 100%; }
      .category-contents .img-block img {
        max-width: 100%; }
      .category-contents .img-block .slide .slider-sub .item {
        max-width: 60px; }
        .category-contents .img-block .slide .slider-sub .item + .item {
          margin-left: 13px; }
      .category-contents .img-block .spec {
        margin-top: 10px; }
        .category-contents .img-block .spec .text {
          padding-left: 10px; }
    .category-contents .text-block {
      margin-top: 20px;
      margin-left: 0; }
      .category-contents .text-block .tag-list {
        font-size: 10px;
        padding-left: 20px;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 0; }
        .category-contents .text-block .tag-list:before {
          font-size: 24px;
          position: absolute;
          left: 0;
          top: auto;
          margin-right: 0; }
        .category-contents .text-block .tag-list .item {
          margin-left: 10px; }
          .category-contents .text-block .tag-list .item + .item {
            margin-left: 10px; }
      .category-contents .text-block .title-box .title {
        font-size: 18px; }
      .category-contents .text-block .tag-box {
        display: flex;
        align-items: center;
        margin-top: 15px; }
        .category-contents .text-block .tag-box .text {
          font-size: 12px;
          padding-left: 5px; }
      .category-contents .text-block .detail {
        margin: 10px 0 25px; }
        .category-contents .text-block .detail .author {
          margin-bottom: 10px; }
        .category-contents .text-block .detail .bnr-link {
          margin-bottom: inherit; }
    .category-contents .sns-icon {
      margin-top: 10px; }
    .category-contents .modal-block {
      margin: auto 10px;
      background-size: 100% 11px;
      padding: 40px 10px;
      height: 475px;
      background-position: center 5px; }
      .category-contents .modal-block .icon {
        margin-bottom: 10px; }
        .category-contents .modal-block .icon img {
          width: 30px; }
      .category-contents .modal-block .modal-inner .title-deco01 img {
        width: 300px;
        height: auto; }
      .category-contents .modal-block .modal-inner .close-btn {
        width: 30px;
        height: 30px;
        top: 34px;
        right: 10px; }
        .category-contents .modal-block .modal-inner .close-btn::before, .category-contents .modal-block .modal-inner .close-btn::after {
          width: 20px;
          margin-left: -10px; }
      .category-contents .modal-block .modal-inner .buy-btn {
        width: auto;
        margin-top: 10px; }
        .category-contents .modal-block .modal-inner .buy-btn .item {
          width: calc(50% - 5px);
          margin-top: 10px;
          font-size: 10px; }
          .category-contents .modal-block .modal-inner .buy-btn .item a {
            height: 50px;
            padding: 10px;
            box-sizing: border-box; }

  .book-block.detail {
    padding-bottom: 40px;
    margin-bottom: 0; }
    .book-block.detail .book-list {
      padding: 0 20px 0;
      margin: 0; }
      .book-block.detail .book-list .item {
        margin: 10px; }
      .book-block.detail .book-list .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -10px; }
        .book-block.detail .book-list .slick-arrow:after {
          width: 11px;
          height: 11px; }
        .book-block.detail .book-list .slick-arrow.slick-prev {
          left: 0; }
        .book-block.detail .book-list .slick-arrow.slick-next {
          right: 0; } }
/*===============================
  モーダル（立ち読み）
=============================== */
.sample-pages-wrap {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000; }
  .sample-pages-wrap.active {
    display: block; }

.sample-pages {
  width: 90vw;
  height: 90vh;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute; }
  .sample-pages .sub-image {
    width: 225px;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    padding-right: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .sample-pages .sub-image .item {
      margin: 8px;
      width: 85px;
      height: 85px;
      position: relative;
      border: 1px solid #ccc;
      cursor: pointer; }
      .sample-pages .sub-image .item.current {
        border: 1px solid #009b74; }
      .sample-pages .sub-image .item img {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute; }
  .sample-pages .main-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .sample-pages .main-image img {
      cursor: zoom-in; }
    .sample-pages .main-image.expanded {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .sample-pages .main-image.expanded img {
        cursor: zoom-out;
        max-height: initial; }
      .sample-pages .main-image.expanded.horizontal {
        align-items: baseline; }
    .sample-pages .main-image.loading::after {
      content: "";
      border-radius: 50%;
      width: 30px;
      height: 30px;
      border: 4px solid rgba(122, 194, 154, 0.2);
      border-left-color: #7ac29a;
      transform: rotate(0);
      animation: spin 1.1s infinite linear;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute; }

@media screen and (max-width: 768px) {
  .sample-pages-wrap {
    height: 100%;
    position: fixed; }
    .sample-pages-wrap .sample-pages {
      width: 100vw;
      height: 100%;
      padding: 0;
      display: block; }
    .sample-pages-wrap .sub-image {
      height: 60px;
      width: 100%;
      order: 2;
      flex-wrap: nowrap;
      position: absolute;
      bottom: 0;
      left: 0; }
      .sample-pages-wrap .sub-image .item {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        margin: 5px; }
    .sample-pages-wrap .main-image {
      height: calc(100% - 60px);
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      order: 1;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
      .sample-pages-wrap .main-image img {
        width: 100%;
        position: absolute;
        height: auto;
        max-width: initial;
        max-height: initial; }
      .sample-pages-wrap .main-image.expanded {
        align-items: baseline; }
    .sample-pages-wrap .zoomer {
      position: fixed;
      bottom: 60px;
      left: 0;
      right: 0;
      margin: auto;
      display: flex;
      width: 60px;
      height: 30px;
      z-index: 5;
      justify-content: space-between; }
      .sample-pages-wrap .zoomer .control {
        display: block;
        width: 25px;
        height: 30px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.6);
        position: relative;
        box-sizing: border-box; }
        .sample-pages-wrap .zoomer .control::after {
          content: "";
          background-color: #fff;
          width: 10px;
          height: 3px;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute; }
        .sample-pages-wrap .zoomer .control.plus::before {
          content: "";
          width: 3px;
          height: 10px;
          background-color: #fff;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute; }
    .sample-pages-wrap .close {
      position: fixed;
      background-color: rgba(255, 255, 255, 0.9);
      width: 80px;
      padding: 10px 0;
      border: 1px solid #aaa;
      text-align: center;
      font-weight: bold;
      border-radius: 20px;
      top: 10px;
      left: 10px;
      box-sizing: border-box;
      z-index: 5; } }
@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.btn-deco02 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn-deco02 .extra {
    background-color: #f1b243;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    width: 200px; }
    .btn-deco02 .extra::before {
      content: none; }
    .btn-deco02 .extra i {
      margin-right: 5px;
      font-size: 30px; }
  .btn-deco02 .arrow {
    margin: 0; }
